github.com/refraction-networking/utls.applicationSettingsExtension.codePoint (field)
5 uses
github.com/refraction-networking/utls (current package)
u_tls_extensions.go#L693: codePoint uint16
u_tls_extensions.go#L714: b[0] = byte(e.codePoint >> 8) // hex: 44 dec: 68
u_tls_extensions.go#L715: b[1] = byte(e.codePoint & 0xff) // hex: 69 dec: 105
u_tls_extensions.go#L770: e.applicationSettingsExtension.codePoint = utlsExtensionApplicationSettings
u_tls_extensions.go#L809: e.applicationSettingsExtension.codePoint = utlsExtensionApplicationSettingsNew
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |